revXMLRPC_SetPort
Type
command
Summary
Sets the port of an XML-RPC document structure.
Syntax
revXMLRPC_SetPort <XMLRPCdocumentID>, <RPCport>
Description
Use the revXMLRPC_SetPort command to set the port that is the target of the execution of an XML-RPC request.
Parameters
Name | Type | Description |
---|---|---|
XMLRPCdocumentID | integer | The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request. |
RPCport | string | The port number you want to connect to. If you don't specify a port, port 80 is used. (On most systems, port 80 is used for HTTP connections.) |
Related
command: revXMLRPC_SetHost
function: revXMLRPC_GetPort, result, revXMLRPC_CreateRequest
glossary: LiveCode custom library, XML-RPC document, Standalone Application Settings, standalone application, command, XML-RPC
library: XML-RPC library
Compatibility and Support
Introduced
LiveCode 2.5
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile